$pass = is_logged($session_id);
if ($pass == "N") {
include("member_login_1.html");
} elseif($pass =="Y") {
$account_id = get_account_id($session_id);
if ($action=="renew_domain") {
$ret = renew_domain(get_account_id($session_id),$domain_id,$new_term,$billing_id);
echo $ret . "
";
}
?>
if (check_domain_list($account_id)<>0) {
?>
if (isset($domain_id)) { ?>
} } } ?>